SByteNINumericSByteNDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.Divide(
SByteN value
)
Private Function Divide (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).Divide
private:
virtual SByteN Divide(
SByteN value
) sealed = INumeric<SByteN>::Divide
private abstract Divide :
value : SByteN -> SByteN
private override Divide :
value : SByteN -> SByteN
- value SByteN
- The value as the divisor.
SByteNThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)